##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
##
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
##
## last_plot
## The following object is masked from 'package:stats':
##
## filter
## The following object is masked from 'package:graphics':
##
## layout
##
## Attaching package: 'lubridate'
## The following objects are masked from 'package:base':
##
## date, intersect, setdiff, union
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ forcats 1.0.0 ✔ stringr 1.5.1
## ✔ purrr 1.0.2 ✔ tibble 3.2.1
## ✔ readr 2.1.5
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ readr::col_factor() masks scales::col_factor()
## ✖ purrr::discard() masks scales::discard()
## ✖ plotly::filter() masks dplyr::filter(), stats::filter()
## ✖ dplyr::lag() masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Lees data in
Belangrijke data
31/10/2023 - Plaatsing dataloggers: Randzone (loggers 1-8) en
Zonnepaneelzone (12-20)
04/12/2023 - Verhoogde waterstand; hoogte loggers aangepast
22/12/2023 (22u) - logger 15 stopt met data verzamelen
22/01/2024 - Verhoogde waterstand; logger gekuisd (algen)
19/03/2024 - Boeilijn 1 is verplaatst; waterniveau gezakt (20
cm)
22/04/2024 - Loggers uitgelezen, logger 14 eind maart gestopt met
data verzamelen; vervangen door oude logger 11
19/11/2024 - Boeilijn zonnepaneelzone uit water gehaald, boeilijn
randzone met nog 4 werkende loggers
Randzone logger 1 - 8
Reeks 1
## Warning in scale_y_log10(): log-10 transformation introduced infinite values.
Reeks 2
## Warning in scale_y_log10(): log-10 transformation introduced infinite values.
Zonnepanelen logger 12 - 20
met gecombineerde tabel
## Warning in scale_y_log10(): log-10 transformation introduced infinite values.
## log-10 transformation introduced infinite values.
## Warning: Removed 11893 rows containing non-finite outside the scale range
## (`stat_boxplot()`).
## Warning: Removed 10666 rows containing non-finite outside the scale range
## (`stat_boxplot()`).
## Warning in scale_y_log10(): log-10 transformation introduced infinite values.
## Warning in scale_y_log10(): log-10 transformation introduced infinite values.
## Warning: Removed 4670 rows containing non-finite outside the scale range
## (`stat_boxplot()`).
## Warning: Removed 3974 rows containing non-finite outside the scale range
## (`stat_boxplot()`).
## Warning in scale_y_log10(): log-10 transformation introduced infinite values.
## Warning in scale_y_log10(): log-10 transformation introduced infinite values.
## Warning: Removed 4206 rows containing non-finite outside the scale range
## (`stat_boxplot()`).
## Warning: Removed 3859 rows containing non-finite outside the scale range
## (`stat_boxplot()`).
Thermische stratificatie
library(scales)
ggplot(combotabel3_ZP, aes(x = Tijdstip, y = Diepte, colour = Temperatuur)) +
geom_point() +
scale_y_reverse(breaks = seq(0,9,0.5)) +
scale_colour_gradient2(
midpoint = 5,
high = muted("red"),
low = muted("blue")
)

Stratificatie lichtintensiteit